解压文件时报错gzip stdin not in gzip format

在服务器解压 MySQL 压缩包时报错

1
2
3
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

用的命令为 tar -zxvf mysql-server-...e.tar

解决办法:将参数改为 -xvf